home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / parsed / file_id.diz < prev    next >
Text File  |  1995-12-11  |  450b  |  1 lines

  1. This project demonstrates routines can be used to effectively parse a string into its elements. They can be used to obtain the word count and linecount in a textbox. A single or variable length delimiter may be used. For small amounts of text are plenty fast but they bog down with large amounts of text. The 32K limit is also a pain. Nonetheless for many situations they are useful (parsing command-line paramters, tag values, INI file values, etc.)